home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gGraphHelp
- doRollover(gGraphHelp)
- go(the frame)
- end
-
- on keyDown
- global gGraphHelp
- if the machineType = 256 then
- theModifier = the controlDown
- else
- theModifier = the commandDown
- end if
- if theModifier and (the keyPressed = "w") then
- simulateClickOn(getCloseBox(gGraphHelp))
- end if
- end
-